home *** CD-ROM | disk | FTP | other *** search
/ Sting... All This Time Brought to You by AOL / Sting... all this time - Brought to you by AOL.iso / setup.exe / scripts / DefineButton2_46 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2001-10-10  |  90b  |  7 lines

  1. on(release){
  2.    tellTarget("content")
  3.    {
  4.       gotoAndStop("competition");
  5.    }
  6. }
  7.